home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1998 #4
/
Amiga Plus CD - 1998 - No. 4.iso
/
pd
/
musik
/
mrmpeg
/
continue.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-11-22
|
182b
|
12 lines
/* Continue.rexx */
options results; address MrMPEG
check ID PLAY
if result = 1 then do
setvar cont 1
setclip('MrMPEG_FLAG', 1)
address command 'Kill >NIL: MPEGA'
end
return